home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / hlp.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  145 b   |  12 lines

  1. on mouseDown
  2.   set the visible of sprite 25 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   tell the stage
  8.     go("HOver")
  9.   end tell
  10.   updateStage()
  11. end
  12.